Html Css Color HEX #0BDFEE Bright Turquoise

📋 copy color: '#0BDFEE'

red 11 ◦ green 223 ◦ blue 238

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

Shades of Bright Turquoise #0BDFEE

Tints of Bright Turquoise #0BDFEE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

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

R = 2.33%
G = 47.25%
B = 50.42%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0BDFEE (or 0x0BDFEE) is known color: Bright Turquoise. HEX triplet: 0B, DF and EE. RGB value is (11,223,238). Sum of RGB (Red+Green+Blue) = 11+223+238=472 (62% of max value = 765). Red value is 11 (4.69% from 255 or 2.33% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #0BDFEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BDFEE is #F42011. Grayscale: #A1A1A1. Windows color (decimal): -15998994 or 15654667. OLE color: 15654667.

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

Color convert

RGB 11 223 238 -
CMYK 0.95 0.06 0 0.07
HSL 183.96º 0.91% 0.49% -
HSV(B) 183.96º 0.95% 0.93% -
XYZ 41.96 59.02 90.07 -
YUV 161.32 171.26 20.78 -
System Red Green Blue C M Y K H S L
Decimal 11 223 238 0.95 0.06 0 0.07 183.96 0.91 0.49
Hex B DF EE 5F 6 0 7 B8 5B 31
Octal 13 337 356 137 6 0 7 270 133 61
Binary 1011 11011111 11101110 1011111 110 0 111 10111000 1011011 110001

Color Harmonies of #0BDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDFEE

Black with #0BDFEE

Text Example


Text Example

White with #0BDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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