Html Css Color HEX #0BEFDE Bright Turquoise

📋 copy color: '#0BEFDE'

red 11 ◦ green 239 ◦ blue 222

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

Shades of Bright Turquoise #0BEFDE

Tints of Bright Turquoise #0BEFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 2.33%
G = 50.64%
B = 47.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#0BEFDE (or 0x0BEFDE) is known color: Bright Turquoise. HEX triplet: 0B, EF and DE. RGB value is (11,239,222). Sum of RGB (Red+Green+Blue) = 11+239+222=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #0BEFDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BEFDE is #F41021. Grayscale: #A8A8A8. Windows color (decimal): -15994914 or 14610187. OLE color: 14610187.

HSL color Cylindrical-coordinate representation of color #0BEFDE: hue angle of 175.53º 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 #0BEFDE is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 11 239 222 -
CMYK 0.95 0 0.07 0.06
HSL 175.53º 0.91% 0.49% -
HSV(B) 175.53º 0.95% 0.94% -
XYZ 44.19 67.08 79.73 -
YUV 168.89 157.96 15.38 -
System Red Green Blue C M Y K H S L
Decimal 11 239 222 0.95 0 0.07 0.06 175.53 0.91 0.49
Hex B EF DE 5F 0 7 6 B0 5B 31
Octal 13 357 336 137 0 7 6 260 133 61
Binary 1011 11101111 11011110 1011111 0 111 110 10110000 1011011 110001

Color Harmonies of #0BEFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BEFDE

Black with #0BEFDE

Text Example


Text Example

White with #0BEFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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