Html Css Color HEX #0BDEEE Bright Turquoise

📋 copy color: '#0BDEEE'

red 11 ◦ green 222 ◦ blue 238

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

Shades of Bright Turquoise #0BDEEE

Tints of Bright Turquoise #0BDEEE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.13%

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 2.34%
G = 47.13%
B = 50.53%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BDEEE (or 0x0BDEEE) is known color: Bright Turquoise. HEX triplet: 0B, DE and EE. RGB value is (11,222,238). Sum of RGB (Red+Green+Blue) = 11+222+238=471 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.34% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BDEEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDEEE is #F42111. Grayscale: #A0A0A0. Windows color (decimal): -15999250 or 15654411. OLE color: 15654411.

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

Color convert

RGB 11 222 238 -
CMYK 0.95 0.07 0 0.07
HSL 184.23º 0.91% 0.49% -
HSV(B) 184.23º 0.95% 0.93% -
XYZ 41.69 58.49 89.98 -
YUV 160.74 171.6 21.2 -
System Red Green Blue C M Y K H S L
Decimal 11 222 238 0.95 0.07 0 0.07 184.23 0.91 0.49
Hex B DE EE 5F 7 0 7 B8 5B 31
Octal 13 336 356 137 7 0 7 270 133 61
Binary 1011 11011110 11101110 1011111 111 0 111 10111000 1011011 110001

Color Harmonies of #0BDEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDEEE

Black with #0BDEEE

Text Example


Text Example

White with #0BDEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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