Html Css Color HEX #0AF3EE Bright Turquoise

📋 copy color: '#0AF3EE'

red 10 ◦ green 243 ◦ blue 238

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

Shades of Bright Turquoise #0AF3EE

Tints of Bright Turquoise #0AF3EE

RGB

 RED value IS 10 (4.3% from 255) = 2.04%

 GREEN value IS 243 (95.31% from 255) = 49.49%

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

R = 2.04%
G = 49.49%
B = 48.47%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#0AF3EE (or 0x0AF3EE) is known color: Bright Turquoise. HEX triplet: 0A, F3 and EE. RGB value is (10,243,238). Sum of RGB (Red+Green+Blue) = 10+243+238=491 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF3EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF3EE is #F50C11. Grayscale: #ACACAC. Windows color (decimal): -16059410 or 15659786. OLE color: 15659786.

HSL color Cylindrical-coordinate representation of color #0AF3EE: hue angle of 178.71º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF3EE is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 243 238 -
CMYK 0.96 0 0.02 0.05
HSL 178.71º 0.92% 0.5% -
HSV(B) 178.71º 0.96% 0.95% -
XYZ 47.61 70.34 91.96 -
YUV 172.76 164.81 11.91 -
System Red Green Blue C M Y K H S L
Decimal 10 243 238 0.96 0 0.02 0.05 178.71 0.92 0.5
Hex A F3 EE 60 0 2 5 B3 5C 32
Octal 12 363 356 140 0 2 5 263 134 62
Binary 1010 11110011 11101110 1100000 0 10 101 10110011 1011100 110010

Color Harmonies of #0AF3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF3EE

Black with #0AF3EE

Text Example


Text Example

White with #0AF3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,243,238); }

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

background-color css

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

 a { background-color: rgb(10,243,238); }

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

border-color css

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

 span { border-color: rgb(10,243,238); }

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