Html Css Color HEX #0BE4CC Bright Turquoise

📋 copy color: '#0BE4CC'

red 11 ◦ green 228 ◦ blue 204

#0BE4CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #0BE4CC

Tints of Bright Turquoise #0BE4CC

RGB

 RED value IS 11 (4.69% from 255) = 2.48%

 GREEN value IS 228 (89.45% from 255) = 51.47%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 2.48%
G = 51.47%
B = 46.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0BE4CC (or 0x0BE4CC) is known color: Bright Turquoise. HEX triplet: 0B, E4 and CC. RGB value is (11,228,204). Sum of RGB (Red+Green+Blue) = 11+228+204=443 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.48% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #0BE4CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0BE4CC is #F41B33. Grayscale: #A0A0A0. Windows color (decimal): -15997748 or 13427723. OLE color: 13427723.

HSL color Cylindrical-coordinate representation of color #0BE4CC: hue angle of 173.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE4CC is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 11 228 204 -
CMYK 0.95 0 0.11 0.11
HSL 173.36º 0.91% 0.47% -
HSV(B) 173.36º 0.95% 0.89% -
XYZ 38.78 59.92 66.65 -
YUV 160.38 152.61 21.45 -
System Red Green Blue C M Y K H S L
Decimal 11 228 204 0.95 0 0.11 0.11 173.36 0.91 0.47
Hex B E4 CC 5F 0 B B AD 5B 2F
Octal 13 344 314 137 0 13 13 255 133 57
Binary 1011 11100100 11001100 1011111 0 1011 1011 10101101 1011011 101111

Color Harmonies of #0BE4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE4CC

Black with #0BE4CC

Text Example


Text Example

White with #0BE4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BE4CC; }

 p { color: rgb(11,228,204); }

 H1.HeaderClassName
 {
   color: #0BE4CC;
 }
 .AnyTagClassName
 {
   color: #0BE4CC;
 }
</style>

background-color css

<style>
 a { background-color: #0BE4CC; }

 a { background-color: rgb(11,228,204); }

 div.DivClassName
 {
   background-color: #0BE4CC;
 }
 .BgClassName
 {
   background-color: #0BE4CC;
 }
</style>

border-color css

<style>
 span { border-color: #0BE4CC; }

 span { border-color: rgb(11,228,204); }

 td.TdClassName
 {
   border-color: #0BE4CC;
 }
 .TagClassName
 {
   border-color: #0BE4CC;
 }
</style>