Html Css Color HEX #0BEFD0 Bright Turquoise

📋 copy color: '#0BEFD0'

red 11 ◦ green 239 ◦ blue 208

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

Shades of Bright Turquoise #0BEFD0

Tints of Bright Turquoise #0BEFD0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

 BLUE value IS 208 (81.64% from 255) = 45.41%

R = 2.4%
G = 52.18%
B = 45.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#0BEFD0 (or 0x0BEFD0) is known color: Bright Turquoise. HEX triplet: 0B, EF and D0. RGB value is (11,239,208). Sum of RGB (Red+Green+Blue) = 11+239+208=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFD0 is #F4102F. Grayscale: #A7A7A7. Windows color (decimal): -15994928 or 13692683. OLE color: 13692683.

HSL color Cylindrical-coordinate representation of color #0BEFD0: hue angle of 171.84º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BEFD0 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 239 208 -
CMYK 0.95 0 0.13 0.06
HSL 171.84º 0.91% 0.49% -
HSV(B) 171.84º 0.95% 0.94% -
XYZ 42.39 66.36 70.25 -
YUV 167.29 150.96 16.52 -
System Red Green Blue C M Y K H S L
Decimal 11 239 208 0.95 0 0.13 0.06 171.84 0.91 0.49
Hex B EF D0 5F 0 D 6 AC 5B 31
Octal 13 357 320 137 0 15 6 254 133 61
Binary 1011 11101111 11010000 1011111 0 1101 110 10101100 1011011 110001

Color Harmonies of #0BEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFD0

Black with #0BEFD0

Text Example


Text Example

White with #0BEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,239,208); }

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

background-color css

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

 a { background-color: rgb(11,239,208); }

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

border-color css

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

 span { border-color: rgb(11,239,208); }

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