Html Css Color HEX #38FAEA Turquoise

📋 copy color: '#38FAEA'

red 56 ◦ green 250 ◦ blue 234

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

Shades of Turquoise #38FAEA

Tints of Turquoise #38FAEA

RGB

 RED value IS 56 (22.27% from 255) = 10.37%

 GREEN value IS 250 (98.05% from 255) = 46.3%

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 10.37%
G = 46.3%
B = 43.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#38FAEA (or 0x38FAEA) is known color: Turquoise. HEX triplet: 38, FA and EA. RGB value is (56,250,234). Sum of RGB (Red+Green+Blue) = 56+250+234=540 (71% of max value = 765). Red value is 56 (22.27% from 255 or 10.37% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #38FAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38FAEA is #C70515. Grayscale: #BEBEBE. Windows color (decimal): -13042966 or 15399480. OLE color: 15399480.

HSL color Cylindrical-coordinate representation of color #38FAEA: hue angle of 175.05º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38FAEA is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 234 -
CMYK 0.78 0 0.06 0.02
HSL 175.05º 0.95% 0.6% -
HSV(B) 175.05º 0.78% 0.98% -
XYZ 50.67 75.15 89.68 -
YUV 190.17 152.73 32.3 -
System Red Green Blue C M Y K H S L
Decimal 56 250 234 0.78 0 0.06 0.02 175.05 0.95 0.6
Hex 38 FA EA 4E 0 6 2 AF 5F 3C
Octal 70 372 352 116 0 6 2 257 137 74
Binary 111000 11111010 11101010 1001110 0 110 10 10101111 1011111 111100

Color Harmonies of #38FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FAEA

Black with #38FAEA

Text Example


Text Example

White with #38FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FAEA; }

 p { color: rgb(56,250,234); }

 H1.HeaderClassName
 {
   color: #38FAEA;
 }
 .AnyTagClassName
 {
   color: #38FAEA;
 }
</style>

background-color css

<style>
 a { background-color: #38FAEA; }

 a { background-color: rgb(56,250,234); }

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

border-color css

<style>
 span { border-color: #38FAEA; }

 span { border-color: rgb(56,250,234); }

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